home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / tex / oztex.sit / ∑Edit / ∑Edit 1.0 Doc next >
Text File  |  1987-11-10  |  7KB  |  120 lines

  1.                 ╖Edit 1.0
  2.             Written by Leonard Rosenthol
  3.                  Copyright⌐ 1987 by Halevai Software
  4.             
  5. Introduction and History
  6. ----------------------
  7.     As a programmer and avid telecommunicator, the DA that I used most of all  was a
  8. text editing DA.  I chose the editor that I did because of its very nice interface and many useful 
  9. features, however it was far from being the ultimate DA text editor.  
  10. So I waited and waited hoping that something new and wonderful would come along that would 
  11. answer all of my wishes.  Well nothing has came along yet, that has answered all of them.  I'd find 
  12. one that handled tabs properly, but it wouldn't allow me to set the Font/Size I wanted to view the 
  13. text in, or maybe I'd find one that allowed unlimited length files, but didn't support Find/Replace.
  14.     Then recently I was hired as a contract programmer to do some work for a professor 
  15. here on campus in converting an IBM program onto the Macintosh.  The only problem was that the 
  16. program was in C, and I hadn't worked with C for a few years and was not a big fan of using C on 
  17. the Macintosh.  Well, I said, he's paying me well, so I guess I better relearn my C.  ╖Edit is the 
  18. product of my adventures of relearning C, and using it on the Macintosh.
  19.     ╖Edit was put together in the period of about a week (during which I got little sleep) 
  20. using LightSpeed C, and Think's (or is it Symantec's) CAPPS' package. I have tried to put into it 
  21. every feature that I wanted in my ultimate text editing DA, and that other people have asked for. If 
  22. I forgot something that you would like to see in the next version of ╖Edit, please drop me a note 
  23. either electronically or by USnail.
  24.     Leonard Rosenthol        GEnie: MACgician
  25.     205 E. Healey #33        Bitnet: 3FLOSDQ@UIUCNOSA
  26.     Champaign, Il 61820        Tele #: (217) 352-7435
  27.  
  28.  
  29. Basic Features List
  30. ------------------
  31.     Ñ File I/O (New, Open, Save, Save As, Revert)
  32.     Ñ Printing to ANY printer
  33.         NOT limited to just the ImageWriter and LaserWriter
  34.     Ñ Complete Cut/Copy/Paste support
  35.         TEXT ONLY!
  36.     Ñ Ability to set the Font and Size to display the text in
  37.     Ñ A movable, resizable and zoomable window
  38.     Ñ Support for the arrow keys on the Mac+/SE and Mac ][ keyboards for cursor movement
  39.      
  40. Additional Features
  41. ------------------
  42.     Ñ Support for unlimited length files
  43.         Limited only by memory!!
  44.     Ñ True Tabs with a user-definable setting
  45.     Ñ Complete UNDO support for all functions that modify the text
  46.     Ñ Very fast Search and Replace routines incl:
  47.         Replace
  48.         Replace All
  49.         Enter Selection into Find Dialog    (Command-E)
  50.     Ñ AutoIndenting
  51.     Ñ Ability to immediately jump to:
  52.         Beginning of current line    (Option-LeftArrow)
  53.         End of current line        (Option-RightArrow)
  54.         Beginning of document        (Command-,  or Command-< or Option-UpArrow)
  55.         End of document        (Command-.  or Command-> or Option-DownArrow)
  56.         Any line by number        (Command-/  or Command-?)
  57.     Ñ Ability to shift paragraphs
  58.         Left by tab stops        (Command-[  or Command-{)
  59.         Right by tab stops        (Command-] or Command-})
  60.     Ñ Triple clicking on a line will select that whole line
  61.     Ñ Command-ArrowKeys can be used to extend the selection range
  62.         Extend one character to right    Command-RightArrow
  63.         Extend one character to left    Command-LeftArrow
  64.         Extend one line down        Command-DownArrow
  65.         Extend one line up        Command-UpArrow
  66.  
  67. All this comes in a DA that is ONLY 34K large!! and can be had for the small
  68. price of $0.00!   I am not asking  any money for this DA, since I did not intend to sell it when I 
  69. first staring writing it.  All that I ask is that you enjoy using ╖Edit, that you pass it on to as many
  70. people as you can, and that if you have a couple of bucks to spare that you might consider sending 
  71. them to me.  ╖Edit can not be distributed with a product that is being sold for profit, however if
  72. you wish to do so, please contact me and we can arrange something.
  73.  
  74. PowerUser Feature Notes
  75. ------------------------
  76.     Ñ  The default settings for the Font, Size, TabSize, and AutoIndent Settingsare stored in the DA 
  77.     file in the resource type DDAT.  There is a TMPL resource in the DA as well.  If you copy this 
  78.     TMPL into your copy of ResEdit, you will find editing the default resource infinity easier.
  79.     Ñ  When doing a Find or Find/Replace you can enter some non-typeable keys into the Find/Replace
  80.     dialog by using the CommandKey in conjuction with the key.  In the present version, the following key
  81.     are supported:
  82.         Tab                Command-Tab
  83.         Carriage Return (CR)        Command-Return
  84.         NewLine/LineFeed (LF)        Command-Enter
  85.     Ñ If you wish to search for a particular piece of text very quickly.  Select the text, do a 
  86.     Command-E (which enters the selection as the search text), and then do a Command-G 
  87.     (Find Again).  The next occurance of the previously selected text, will now be selected.
  88.     
  89. Known Bugs or Problems
  90. ----------------------
  91.     I must admit that I have not throughly tested this DA in all possible combinations of hardware and
  92. software, but there is no reason why it should not work in just about any setting.  If you do find a situation
  93. where ╖Edit does not work, please let me know so I can correct it.
  94.     Although not a bug, the text WILL NOT WRAP when you reach the right side of the window.  You 
  95. must either explicity enter a return (which I did for this document) or have you text do beyond the window. 
  96. This is result of the CAPPS' package, not my coding.  But I will see if anything can be done about this for 
  97. the next version.
  98.     If you quit from your current application with ╖Edit open, whatever text you have been working
  99. will not be saved.  This is a definate problem and will be fixed in the next version.
  100.  
  101. Possible Additions for the Next Version
  102. ------------------------------------
  103.     Ñ The next version will allow the user to set the default text settings from within the DA, rather
  104. than having to rely on ResEdit.  This may facilitate the presence of an additional settings file that will be
  105. in your System Folder.  I would like to hear comments on whether have the additional file would be 
  106. preferable to using ResEdit to modify the defaults.
  107.     Ñ A Tabs to Spaces and a Spaces to Tabs command.
  108.     Ñ The ability to have a line automatically wrapped at a certain length.
  109.     Ñ Multiple windows so that you can view and edit more than one file simultaneously.
  110.     Ñ I'm not promising anything, but I might try to read in MacWrite and/or Word files without formatting
  111.     Ñ Open any file as a text file
  112.     Ñ Anything else you think would be useful in a TextEditing DA!!
  113.  
  114.     I am very open to suggestions and comment on ╖Edit.  If you have comments, questions, problems,
  115. suggestions, flames, or whatever please feel free to contact me using ANY of the above methods.
  116.     I hope that you enjoy ╖Edit as much as enjoyed writing it and relearning C.  
  117.  
  118.                     Leonard Rosenthol
  119.                     Halevai Software
  120.